@import url(./public.css);
@import url(./header.css);
@import url(./footer.css);

.homepage_head {
  position: relative;
  height: 640px;
  background-image: url('../images/headerBg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.homepage_head .top {
  padding-top: 30px;
  width: 100%;
  z-index: 2;
}

.homepage_head .logo_box {
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
  margin-top: 101px;
  width: 100%;
}

.homepage_head .logo {
  display: block;
  width: 544px;
}

.logo img {
  width: 100%;
}

.homepage_head .search {
  padding-left: 28px;
  width: 484px;
  height: 80px;
}

.homepage_head .search .btn{
  padding: 0 30px 0 15px;
}

.homepage_head .search input{
  padding-left: 14px;
}

.homepage_head .publicize {
  margin-top: 95px;
  text-align: center;
}

.homepage_head .publicize img {
  height: 60px;
}

.container {
  padding-top: 0;
  background: url('../images/container.png') no-repeat top center;
}

.row1 {
  padding-bottom: 30px;
  background: url('../images/sy_row1.png') no-repeat top center;
}

.zxtz {
  padding: 30px 0 65px;
}

.zxtz h3 {
  margin-bottom: 15px;
  font-size: 38px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.zxtz p {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
}

.kycg {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 24px;
  padding: 123px 20px 0;
  width: 100%;
  height: 413px;
  background: url('../images/sy_kycg_bg.png') no-repeat center;
}

.kycg h2 {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding-top: 10px;
  width: 351px;
  height: 121px;
  text-align: center;
  background: url('../images/sy_kycg_head.png') no-repeat center;
}

.kycg h2 p {
  height: 29px;
  line-height: 29px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  background: url('../images/sy_kycg_p.png') no-repeat center;
}

.kycg h2 p a {
  font-size: 16px;
  color: #f79b2c;
  transition: all .3s ease;
}

.kycg h2 p a:hover {
  color: #F79B2C;
  font-weight: bold;
  transition: all .3s ease;
}

.kycg ul{
  width: 100%;
}

.kycg ul li {
  box-sizing: border-box;
  margin-bottom: 26px;
  padding: 0 16px;
  width: calc((100% - 50px) / 3);
  height: 84px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(3, 102, 190, 0.1);
}

.kycg ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.kycg ul li a h3 {
  width: calc(100% - 105px);
  font-size: 18px;
  height: 48px;
  line-height: 24px;
  transition: all .3s ease;
}

.kycg ul li:hover a h3 {
  color: #0366BE;
  font-weight: bold;
  transition: all .3s ease;
}

.kycg ul li a .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}

.kycg ul li a .date span {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #0366BE;
}

.kycg ul li a .date p {
  font-size: 14px;
  line-height: 20px;
  color: #C8C8C8;
}

.kycg ul li a .date::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 56px;
  background: url('../images/sy_kycg_date_line.png') no-repeat center;
}

.xwzx {
  box-sizing: border-box;
  padding: 25px 20px ;
  width: 100%;
  background: #FFFFFF url('../images/sy_xwzx_icon.png') no-repeat bottom right;
}

.tpxw {
  width: 49.85%;
  height: 494px;
}

.tpxw .swiper-text {
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  font-weight: bold;
  background: rgba(219, 30, 37, 0.6);
}

.tpxw .swiper-pagination {
  padding-right: 10px;
  bottom: 18px;
}

.tpxw .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.tpxw .swiper-pagination-bullet-active {
  width: 20px;
  background: #FFFFFF;
  border-radius: 10px;
}

.tpxw .swiper-button-prev{
  width: 50px;
  height: 100px;
  background:rgba(0, 0, 0, 0.3) url('../images/prev.png') no-repeat center;
  background-size: 50%;
  opacity: 0;
  transition: all .7s ease;
}

.tpxw .swiper-button-next{
  width: 50px;
  height: 100px;
  background:rgba(0, 0, 0, 0.3)  url('../images/next.png') no-repeat center;
  background-size: 50%;
  opacity: 0;
  transition: all .7s ease;
}

.tpxw:hover .swiper-button-prev{
  left: 0;
  opacity:1;
  transform: scale(1.1);
  transition: all .7s ease;
}

.tpxw:hover .swiper-button-next{
  right: 0;
  opacity:1;
  transform: scale(1.1);
  transition: all .7s ease;
}

.zhxw {
  width: 48%;
}

.zhxw_head {
  margin-bottom: 14px;
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #FFB253;
}

.zhxw_head a {
  position: relative;
  font-size: 24px;
  font-weight: bold;
}

.zhxw_head a::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 9px;
  background: #FFB253;
  border-radius: 50px 50px 0 0;
}

.zhxw ul li{
  line-height: 60px;
}

/* .zhxw ul {
  padding-left: 27px;
  background: url('../images/zhxw_ul.png') no-repeat left center;
}

.zhxw ul li {
  padding: 14px 0 20px;
  border-bottom: 1px dashed #DEDEDE;
}

.zhxw ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.zhxw ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zhxw ul li .text {
  width: calc(100% - 140px);
}

.zhxw ul li .text h3 {
  font-size: 16px;
  transition: all .3s ease;
}

.zhxw ul li:hover .text h3 {
  color: #DB1E25;
  font-weight: bold;
  transition: all .3s ease;
}

.zhxw ul li .text p {
  margin-top: 11px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.zhxw ul li .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 76px;
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  transition: all .3s ease;
}

.zhxw ul li .date span {
  font-size: 28px;
  font-weight: bold;
  transition: all .3s ease;
}

.zhxw ul li .date p {
  color: #999;
  transition: all .3s ease;
}

.zhxw ul li:hover .date {
  border-color: #DB1E25;
  transition: all .3s ease;
}

.zhxw ul li:hover .date span,
.zhxw ul li:hover .date p {
  color: #DB1E25;
  transition: all .3s ease;
} */

.gwy {
  width: 49.79%;
}

.gwy a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 24px;
  width: calc((100% - 60px) / 3);
  height: 93px;
  font-size: 24px;
  font-weight: bold;
  background: #FFFFFF;
  transition: all .3s ease;
}

.gwy a:hover {
  color: #fff;
  background: #DB1E25;
  transition: all .3s ease;
}

.gwy a:hover i {
  color: #DB1E25;
  background: #fff;
}

.gwy a i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.gwy a p {
  max-width: calc(100% - 63px);
}

.icon-gwyxx {
  font-size: 28px;
  color: #FFAA2B;
  background: rgba(255, 170, 43, 0.2);
}

.icon-gwywj {
  font-size: 28px;
  color: #106DD1;
  background: rgba(16, 109, 209, 0.2);
}

.icon-szfwj {
  font-size: 22px;
  color: #20CBBA;
  background: rgba(32, 203, 186, 0.2);
}

.tzgg {
  display: flex;
  width: 48%;
  height: 93px;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  margin-top: 24px;
  background: #fff url('../images/tzgg_icon.png') no-repeat left center;
}

.tzgg .tzgg_a {
  display: inline-block;
  width: 120px;
  height: 100%;
}

.tzgg .main_lis {
  width: calc(100% - 120px);
}

.tzgg ul li {
  margin-top: 16px;
  height: auto !important;
  line-height: 22px !important;
}

.tzgg ul li a::after {
  background: #D8D8D8;
}

.tzgg ul li span {
  font-size: 14px;
}

.row2 {
  padding: 30px 0;
  background: url('../images/sy_row2.png') no-repeat center;
  background-size: cover;
}

.hf_dscs {
  margin-bottom: 40px;
  display: block;
  height: 166px;
}

.hf_dscs img {
  width: 100%;
  height: 100%;
}

.kygz {
  box-sizing: border-box;
  padding: 30px 20px 24px;
  width: 49%;
  background: #fff;
}

.kygz_head {
  margin-bottom: 25px;
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #FFB253;
}

.kygz_head a {
  position: relative;
  font-size: 24px;
  font-weight: bold;
}

.kygz_head a::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 116px;
  height: 9px;
  background: #FFB253;
  border-radius: 50px 50px 0 0;
}

.kygz ul li {
  line-height: 54px;
}

.kygz ul li a::after {
  width: 6px;
  height: 6px;
  background: #999;
  font-size: 50px;
}

.kygz ul li span {
  font-size: 14px;
}

.yjy {
  position: relative;
  box-sizing: border-box;
  padding: 64px 33px 0;
  width: 49%;
  background: #FFFFFF
}

.yjy a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  width: calc((100% - 48px) / 2);
  height: 121px;
}

.yjy a i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 12px;
  width: 60px;
  height: 60px;
  font-size: 26px;
  border-radius: 50%;
}

.yjy .swiper-pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  width: 100%;
  height: 15px;
  background:  url('../images/line1.png') no-repeat center;
}

.yjy .swiper-pagination-bullet{
  margin: 0 165px;
  width: 15px;
  height: 15px;
  background: #0366BE;
  opacity: 1;
}

/* 贵州省乡村振兴战略研究院 */
.xczxyjy {
  background: rgba(16, 109, 209, 0.08);
}

.icon-xczxyjy {
  color: #106DD1;
  background: linear-gradient(153deg, rgba(16, 109, 209, 0.35) 12%, rgba(255, 255, 255, 0) 81%);
}

/* 贵州省生态文明研究院 */
.stwnyjy {
  background: rgba(247, 155, 44, 0.08);
}

.icon-stwnyjy {
  color: #F79B2C;
  background: linear-gradient(153deg, rgba(247, 155, 44, 0.35) 12%, rgba(255, 255, 255, 0) 81%);
}

/* 贵州省黔学研究院 */
.qxyjy {
  background: rgba(219, 30, 37, 0.08);
}

.icon-qxyjy {
  color: #DB1E25;
  background: linear-gradient(153deg, rgba(219, 30, 37, 0.349) 12%, rgba(255, 255, 255, 0) 81%);
}

/* 贵州省数字经济实验室 */
.szjjsys {
  background: rgba(32, 203, 186, 0.08);
}

.icon-szjjsys {
  color: #20CBBA;
  background: linear-gradient(153deg, rgba(32, 203, 186, 0.35) 12%, rgba(255, 255, 255, 0) 81%);
}

/* 贵州三线建设研究院 */
.gzsxyjy {
  background: rgba(30, 80, 219, 0.08);
}

.icon-gzsxyjy {
  color: #1E50DB;
  background: linear-gradient(153deg, rgba(30, 80, 219, 0.35) 12%, rgba(255, 255, 255, 0) 81%);
}

/* 贵州青年发展研究院 */
.qnfzyjy {
  background: rgba(151, 116, 255, 0.08);
}

.icon-qnfzyjy {
  color: #9774FF;
  background: linear-gradient(153deg, rgba(151, 116, 255, 0.35) 12%, rgba(255, 255, 255, 0) 81%);
}

/* 贵州省铸牢中华民族共同体意识研究基地 */
.zhysyjjd {
  justify-content: center!important;
  width: 100%!important;
  background: rgba(42, 165, 26, 0.08);
}

.icon-zhysyjjd {
  color: #2AA51A;
  background: linear-gradient(153deg, rgba(42, 165, 26, 0.35) 12%, rgba(255, 255, 255, 0) 81%);
}

.yjy .zhysyjjd p{
  width: auto;
}

.zhysysss{
  background: linear-gradient(153deg, rgba(247, 190, 0, 0.35) 12%, rgba(255, 255, 255, 0) 81%);
}

.icon-zhysysss {
  font-size: 38px!important;
  color: #F7BE00;
  background: linear-gradient(153deg, rgba(247, 190, 0, 0.35) 12%, rgba(255, 255, 255, 0) 81%);
}

.yjy a p {
  width: calc(100% - 72px);
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.graduate {
  box-sizing: border-box;
  position: relative;
  padding: 35px 20px 0;
  margin-top: 28px;
  width: 100%;
  height: 240px;
  background: #FFFFFF;
}

.graduate-swiper .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.graduate-swiper a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% / 6);
  height: 156px;
}

.graduate-swiper a i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  width: 90px;
  height: 90px;
  font-size: 38px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.graduate-swiper a img{
  margin-bottom: 18px;
  width: 90px;
  height: 90px;
}

.graduate-swiper a p {
  font-size: 18px;
  text-align: center;
  transition: all .3s ease;
}

.graduate-swiper a:hover p {
  color: #DB1E25;
  transition: all .3s ease;
}

/* 区域经济研究所 */
.icon-qyjjyjs {
  color: #20CBBA;
  background-image: url('../images/qyjjyjs.png');
}

/* 城市经济研究所 */
.icon-csjjyjs {
  color: #1E8CDB;
  background-image: url('../images/csjjyjs.png');
}

/* 农村发展研究所 */
.icon-ncfzyjs {
  color: #DB961E;
  background-image: url('../images/ncfzyjs.png');
}

/* 对外经济研究所 */
.icon-dwjjyjs {
  color: #DB3E1E;
  background-image: url('../images/dwjjyjs.png');
}

/* 历史研究所 */
.icon-lsyjs {
  color: #DB661E;
  background-image: url('../images/lsyjs.png');
}

/* 民族研究所 */
.icon-mzyjs {
  color: #1E50DB;
  background-image: url('../images/mzyjs.png');
}

/* 文化研究所 */
.icon-whyjs {
  color: #9774FF;
  background-image: url('../images/whyjs.png');
}

/* 人事处 */
.icon-rsc {
  color: #F79B2C;
  background-image: url('../images/rsc.png');
}

/* 法律研究所 */
.icon-flyjs {
  color: #36C8BA;
  background-image: url('../images/flyjs.png');
}

/* 科研处 */
.icon-kys {
  color: #1E50DB;
  background-image: url('../images/kyc.png');
}

/* 马克思主义研究所 */
.icon-mkszyyjs {
  color: #16ACF5;
  background-image: url('../images/mkszyyjs.png');
}

/* 智库工作处 */
.icon-zkgzk {
  color: #DB661E;
  background-image: url('../images/zkgzc.png');
}

/* 工业经济研究所 */
.icon-gyjjyjs {
  color: #542393;
  background-image: url('../images/gyjjyjs.png');
}

/* 图书信息中心 */
.icon-tsxxzx {
  color: #FF7E39;
  background-image: url('../images/tsxxzx.png');
}

/* 传媒与舆情研究所 */
.icon-cmyyqyjs {
  color: #0081AC;
  background-image: url('../images/cmyyqyjs.png');
}

/* 社会研究所 */
.icon-shyjs {
  color: #1E79DB;
  background-image: url('../images/shyjs.png');
}

/* 《贵州社会科学》编辑部 */
.icon-gzshkxbjb {
  color: #DB1E25;
  background-image: url('../images/gzshkxbjb.png');
}

.graduate .swiper-pagination {
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
}

.graduate .swiper-pagination-bullet {
  margin: 0 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #666;
}

.graduate .swiper-pagination-bullet-active {
  width: 38px;
  height: 8px;
  border-radius: 100px;
  background: #FFB253;
}

.row3 {
  padding: 37px 0 41px;
  background: url('../images/sy_row3.png') no-repeat center;
  background-size: cover;
}

.platform {
  width: 100%;
}

.platform a {
  margin-bottom: 27px;
  width: 49%;
  height: 210px;
}

.platform a img {
  width: 100%;
  height: 100%;
}

.download {
  box-sizing: border-box;
  padding: 30px 20px 24px;
  width: 49%;
  background: #fff;
}

.download_head {
  margin-bottom: 25px;
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #FFB253;
}

.download_head a {
  position: relative;
  font-size: 24px;
  font-weight: bold;
}

.download_head a::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 116px;
  height: 9px;
  background: #FFB253;
  border-radius: 50px 50px 0 0;
}

.download ul li {
  line-height: 54px;
}

.download ul li a::after {
  width: 6px;
  height: 6px;
  background: #999;
  font-size: 50px;
}

.download ul li span {
  font-size: 14px;
}

.book_box {
  box-sizing: border-box;
  padding: 22px 20px 16px;
  width: 49%;
  background: #FFFFFF;
}

.book {
  display: block;
  width: 46.5%;
  height: 422px;
}

.book_box img {
  width: 100%;
  height: 100%;
}

.book_a {
  width: 50%;
}

.book_a a {
  display: block;
  margin-bottom: 22px;
  height: 200px;
}

.book_a a:last-child {
  margin-bottom: 0;
}

.system {
  width: 49%;
}

.system ul li {
  box-sizing: border-box;
  padding: 5px 5px 0;
  margin-top: 27px;
  width: calc((100% - 28px) / 2);
  height: 124px;
  background: url('../images/gwcsxt_bg.png') no-repeat center;
}

.system ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* background: rgba(219, 30, 37, 0.05); */
}

.system ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 11px;
  width: 66px;
  height: 66px;
  border-radius: 20px;
  font-size: 36px;
  color: #2095DE;
  background: #fff;
}

.system ul li a p {
  max-width: calc(100% - 85px);
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #FFD279;
}

.system ul li a p::after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 343px;
  background: linear-gradient(90deg, #FFD8A8 0%, rgba(255, 255, 255, 0) 100%);
}

.system ul li a p span {
  color: #fff;
}

.bmrx {
  margin-top: 27px;
  width: 49%;
  height: 124px;
}

.bmrx .swiper-button-prev,
.bmrx .swiper-button-next {
  top: 0;
  margin: 0;
  width: 17px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}

.bmrx .swiper-button-prev {
  left: 0;
  background-image: url('../images/fwrx_fl.png');
}

.bmrx .swiper-button-next {
  right: 0;
  background-image: url('../images/fwrx_fr.png');
}

.row4 {
  padding: 74px 0 93px;
  background: url('../images/sy_row4.png') no-repeat center;
  background-size: cover;
}

.piaohong {
  display: none;
  height: 166px;
  border: 1px solid #FFFFFF;
}

.piaohong img {
  width: 100%;
  height: 100%;
}

.ztzl_con {
  position: relative;
  width: 100%;
}

.ztzl_head {
  align-items: flex-end;
  padding-bottom: 23px;
  margin-bottom: 32px;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
}

.ztzl_head .a1 {
  font-size: 40px;
  font-weight: bold;
}

.ztzl_head .a1 span {
  color: #DB1E25
}

.ztzl {
  height: 131px;
}

.ztzl_con .swiper-button-prev,
.ztzl_con .swiper-button-next {
  top: 160px;
  margin: 0;
  width: 30px;
  height: 30px;
  /* background-color: rgba(255, 255, 255, 0.4); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 27px;
}

.ztzl_con .swiper-button-prev {
  left: -50px;
  background-image: url('../images/zt_fl.png');
}

.ztzl_con .swiper-button-next {
  right: -50px;
  background-image: url('../images/zt_fr.png');
}

/* .ztzl_con:hover .swiper-button-prev,.ztzl_con:hover .swiper-button-next{
  display: block;
} */

.ztzl img {
  object-fit: fill;
}

.sidebar {
  position: fixed;
  top: 60%;
  right: 25px;
  box-sizing: border-box;
  padding: 5px;
  width: 100px;
  height: 317px;
  border-radius: 20px;
  background: linear-gradient(180deg, #DB1E25 0%, #FFC278 100%);
  z-index: 99999;
}

.alidebar_box {
  position: relative;
  height: 100%;
}

.close {
  content: '';
  position: absolute;
  top: 34px;
  right: 14px;
  width: 10px;
  height: 10px;
  background: url('../images/close.png') no-repeat center;
  cursor: pointer;
}

.sidebar ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #FFFFFF;
}

.sidebar ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sidebar ul li a span {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.sidebar ul li.gfwx {
  margin-bottom: 34px;
}

.gfwx a span {
  background: linear-gradient(180deg, rgba(16, 109, 209, 0.2) 0%, rgba(16, 109, 209, 0) 100%);
}

.sidebar ul li.return_top a span {
  background: linear-gradient(180deg, rgba(32, 203, 186, 0.2) 0%, rgba(32, 203, 186, 0) 100%);
}

.sidebar ul li a i {
  margin-bottom: 5px;
  display: block;
  width: 100%;
  height: 100%;
}

.gfwx a span i {
  background: url('../images/gfwx.png') no-repeat center;
}

.return_top a span i {
  background: url('../images/return_top.png') no-repeat center;
}

.wx_ewm {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
}

.wx_ewm img {
  width: 100%;
  height: 100%;
}

.gfwx:hover .wx_ewm {
  display: block;
}

/**
 * 甲秀月谈
 */
.jxyt-pannel{
				background: url(/material/jxyt/images/jxyt-bg-img.jpg) center no-repeat;
				position: relative;
				margin-top: -20px;
				padding-bottom: 60px;
			}
			.jxyt-pannel a{
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				align-items: center;
			}
			.jxyt-pannel .jxyt-logo{
				position: absolute;
				left: 50px;
				top: 40px
			}
			.jxyt-pannel p{
				width: 100%;
				color: #8b4513;
				font-size: 16px;
				text-align: center;
				margin-top: 20px;
				font-weight: bold;
			}
			.jxyt-pannel p.jxyt-title-logo{
				margin-top: 60px;
			}
			.jxyt-pannel p.theme-title{
				font-size: 20px;
				font-weight: bold;
			}
			.jxyt-pannel p.theme-time{
				
			}
			.jxyt-pannel p.theme-time span{
				color: #8b4513;
				font-size: 16px;
				border: 2px solid #8b4513;
				border-radius: 6px;
				padding: 5px 20px;
				display: inline-block;
			}
			.jxyt-pannel p.theme-periods{
				
			}
			.jxyt-more{
				margin-top: 25px;
			}
			.jxyt-more span{
				display: block;
				margin: 0 auto;
				width: 168px;
				height: 40px;
				border: 1px solid #f5b944;
				border-radius: 10px;
				line-height: 40px;
				text-align: center;
			}
			.jxyt-more span a{
				color: #f5b944;
				font-size: 16px;
			}


@media only screen and (max-width: 1400px) {
  .yjy .swiper-pagination-bullet{
    margin: 0 120px;
  }
}

@media only screen and (max-width: 1200px) {
  .homepage_head .logo_box{
    flex-direction: column;
    margin-top: 20px;
  }

  .homepage_head .search {
    width: 680px;
    height: 60px;
}
.homepage_head .publicize img{
  max-width: 100%;
}

  .yjy a {
    box-sizing: border-box;
    padding: 0 10px;
    width: calc((100% - 20px) / 2);
  }

  .row1 {
    background-size: 100% 100%;
  }

  .gwy,
  .tzgg {
    width: 100%;
  }

  .yjy .swiper-pagination-bullet{
    margin: 0 80px;
  }
}

@media only screen and (max-width: 996px) {
  .homepage_head {
    height: 600px;
  }

  .homepage_head .publicize img {
    height: 70px;
  }

  .kycg ul li {
    width: calc((100% - 20px) / 2);
  }

  .kycg ul li:nth-child(n+5) {
    display: none;
  }

  .tpxw {
    width: 100%;
  }

  .zhxw {
    margin-top: 20px;
    width: 100%;
  }

  .hf_dscs {
    margin-bottom: 20px;
    height: 100px;
  }

  .kygz {
    width: 100%;
  }

  .yjy {
    padding: 20px 20px 40px;
    margin-top: 20px;
    width: 100%;
    background-position: center 90%;
  }

  .yjy a {
    margin-bottom: 20px;
  }

  .yjy .swiper-pagination-bullet{
    margin: 0 150px;
  }

  .graduate {
    padding-bottom: 40px;
    height: auto;
  }

  .graduate-swiper a {
    width: calc(100% / 3);
  }

  .graduate .swiper-pagination {
    bottom: 20px;
  }

  .platform a {
    margin-bottom: 20px;
    width: 100%;
  }

  .download {
    width: 100%;
  }

  .book_box {
    margin-top: 20px;
    width: 100%;
  }

  .system {
    width: 100%;
  }

  .bmrx {
    width: 100%;
  }

  .row4 {
    padding: 30px 0;
  }

  .piaohong {
    height: 100px;
  }

  .ztzl_con {
    margin-top: 20px;
  }

  .ztzl_head {
    margin-bottom: 20px;
  }

  .ztzl {
    height: 100px;
  }

  .ztzl_con .swiper-button-prev,
  .ztzl_con .swiper-button-next {
    top: 135px;
  }
}

@media only screen and (max-width: 768px) {
  .homepage_head {
    height: 450px;
  }

  .homepage_head .top {
    padding-top: 20px;
  }

  .homepage_head .logo {
    margin: 30px 0 30px;
    width: 70%;
  }

  .homepage_head .search_con {
    justify-content: center;
    width: 100%;
  }

  .homepage_head .search {
    width: calc(100% - 150px);
  }

  .homepage_head .publicize {
    margin-top: 25px;
  }

  .homepage_head .publicize img {
    height: 50px;
  }
  .yjy .swiper-pagination-bullet{
    margin: 0 80px;
  }
}

@media only screen and (max-width: 616px) {
  .homepage_head .search {
    width: calc(100% - 100px);
  }

  .homepage_head .publicize img{
    height: 48px;
  }

  .zxtz h3 {
    font-size: 30px;
  }

  .kycg {
    padding: 115px 10px 0;
    height: 350px;
  }

  .kycg ul li {
    padding: 0 10px;
  }

  .kycg ul li a h3 {
    width: calc(100% - 85px);
  }

  .kycg ul li a .date{
    width: 75px;
  }

  .kycg ul li a .date::before {
    left: 0;
  }

  .tpxw {
    height: 400px;
  }

  .gwy a {
    padding: 0;
    width: calc((100% - 30px) / 3);
  }

  .gwy a i {
    margin-right: 5px;
  }

  .kygz {
    padding-top: 0;
  }

  .platform a {
    height: 180px;
  }

  .system ul li {
    width: calc((100% - 20px) / 2);
  }

  .ztzl {
    height: 115px;
  }
  
  .book{
    height: 362px;
  }

  .book_a a{
    height: 170px;
  }
  .yjy .swiper-pagination-bullet{
    margin: 0 120px;
  }
}

@media only screen and (max-width: 616px) {}